home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / csdemocd.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  329 b   |  17 lines

  1. on mouseDown
  2.   set the castNum of sprite 9 to 264
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 30
  6.     nothing()
  7.   end repeat
  8.   set the keyDownScript to EMPTY
  9.   go("quitScreen")
  10.   repeat with x = 7 to 9
  11.     puppetSprite(x, 0)
  12.   end repeat
  13.   repeat with x = 7 to 9
  14.     set the cursor of sprite x to 0
  15.   end repeat
  16. end
  17.